Console

Undocumented in source.

Constructors

this
this(string consoleName)
Undocumented in source.

Members

Functions

error
void error(Args a)
Undocumented in source. Be warned that the author may not have intended to support it.
fatal
void fatal(Args a)
Undocumented in source. Be warned that the author may not have intended to support it.
hipLog
void hipLog(Args a)
Undocumented in source. Be warned that the author may not have intended to support it.
indent
void indent()
Undocumented in source. Be warned that the author may not have intended to support it.
info
void info(Args a)
Undocumented in source. Be warned that the author may not have intended to support it.
log
void log(Args a)
Undocumented in source. Be warned that the author may not have intended to support it.
logStr
void logStr(string str)
Undocumented in source. Be warned that the author may not have intended to support it.
unindent
void unindent()
Undocumented in source. Be warned that the author may not have intended to support it.
warn
void warn(Args a)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

install
void install(Platforms p, void function(string) printFunc)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

DEFAULT
Console DEFAULT;
Undocumented in source.
idCount
ushort idCount;
Undocumented in source.

Variables

id
ushort id;
Undocumented in source.
indentation
string indentation;
Undocumented in source.
indentationCount
int indentationCount;
Undocumented in source.
indentationSize
int indentationSize;
Undocumented in source.
isShowing
bool isShowing;
Undocumented in source.
lines
String[] lines;
Undocumented in source.
maxLines
int maxLines;
Undocumented in source.
name
string name;
Undocumented in source.
useTab
bool useTab;
Undocumented in source.

Meta